Solution:
There’re lots of tools/platforms to build an app from HTML5 project, such as Trigger.io, Intel XDK, PhoneGap, Apache Cordova. I choosed Cordova to build my first html app;
$ sudo npm install -g cordova
$ cordova create hello com.liguoliang.app HelloWorld
$ cordova platform add ios/android
$ cordova build
$ cordova emulate ios/andorid
Note: It is required to install Xcode or Android SDK/Tools for simulating. you may follow the Cordova CLI message to installed the required sdk/tool.
Polymer helloworld: create web component using dom-module <->
// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.